projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088880a
)
fix gcc compile error due to misplaced declaration
author
parkrrrr
<parkrrrr>
Tue, 2 Sep 2003 18:25:22 +0000
(18:25 +0000)
committer
parkrrrr
<parkrrrr>
Tue, 2 Sep 2003 18:25:22 +0000
(18:25 +0000)
tiger.c
patch
|
blob
|
history
diff --git
a/tiger.c
b/tiger.c
index 3233202e8dbd78d7c6c2ae787425e118148b8c58..17c829b8078e00c0db52e80f3317a68a81b232de 100644
(file)
--- a/
tiger.c
+++ b/
tiger.c
@@
-171,12
+171,12
@@
map_plot(const waypoint *wpt)
static void
data_write(void)
{
+ double latsz,lonsz;
maxlat = -9999.0;
maxlon = -9999.0;
minlat = 9999.0;
minlon = 9999.0;
rec_cnt = 0;
- double latsz,lonsz;
if (snlen)
short_length = atoi(snlen);